google.golang.org/grpc/internal/transport.outStream.state (field)
14 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L245: state outStreamState
controlbuf.go#L649: if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuota {
controlbuf.go#L650: str.state = active
controlbuf.go#L669: state: empty,
controlbuf.go#L692: if str.state != empty { // either active or waiting on stream quota.
controlbuf.go#L705: state: empty,
controlbuf.go#L785: if str.state == empty {
controlbuf.go#L786: str.state = active
controlbuf.go#L928: if stream.state == waitingOnStreamQuota {
controlbuf.go#L929: stream.state = active
controlbuf.go#L973: str.state = empty
controlbuf.go#L990: str.state = waitingOnStreamQuota
controlbuf.go#L1047: str.state = empty
controlbuf.go#L1056: str.state = waitingOnStreamQuota
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)